projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
289e303
)
* systime.h (make_timeval): Declare as 'const'.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 27 Apr 2013 15:34:28 +0000
(08:34 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 27 Apr 2013 15:34:28 +0000
(08:34 -0700)
src/ChangeLog
patch
|
blob
|
history
src/systime.h
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index d649c1bcdbcc666be362bc9c3ffa7de2a29a5d9c..b7fd539f54050865f89297833b9726c6c7eec855 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2013-04-27 Paul Eggert <eggert@cs.ucla.edu>
+
+ * systime.h (make_timeval): Declare as 'const'.
+
2013-04-27 Kenichi Handa <handa@gnu.org>
* font.c (font_open_entity): Always open a font of manageable
diff --git
a/src/systime.h
b/src/systime.h
index da495b9064ba541280ca6af6eaa1f1a889af0938..c3bc00c14795f595d440b37903bc0bb0b3a149aa 100644
(file)
--- a/
src/systime.h
+++ b/
src/systime.h
@@
-143,7
+143,7
@@
EMACS_TIME_TO_DOUBLE (EMACS_TIME t)
/* defined in sysdep.c */
extern int set_file_times (int, const char *, EMACS_TIME, EMACS_TIME);
-extern struct timeval make_timeval (EMACS_TIME);
+extern struct timeval make_timeval (EMACS_TIME)
ATTRIBUTE_CONST
;
/* defined in keyboard.c */
extern void set_waiting_for_input (EMACS_TIME *);